Package com.netscape.cms.authentication
Class HashAuthData
The structure stores the information of which machine is enabled for
the agent-initiated user enrollment, and whom agents enable this feature,
and the value of the timeout.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAgentName
(String hostname) long
getLastLogin
(String hostname) long
getTimeout
(String hostname) void
setAgentName
(String hostname, String agentName) void
setLastLogin
(String hostname, long lastLogin) void
void
setTimeout
(String hostname, long timeout) Methods inherited from class java.util.Hashtable
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
-
Field Details
-
TIMEOUT
public static final long TIMEOUT- See Also:
-
LASTLOGIN
public static final long LASTLOGIN- See Also:
-
-
Constructor Details
-
HashAuthData
public HashAuthData()
-
-
Method Details
-
getAgentName
-
setAgentName
-
getTimeout
-
setTimeout
-
getSecret
-
setSecret
-
getLastLogin
-
setLastLogin
-